Reorder includes.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 15 Aug 2002 05:26:51 +0000 (05:26 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 15 Aug 2002 05:26:51 +0000 (05:26 +0000)
gpsbabel/geo.c
gpsbabel/gpx.c

index 5693aa45b84356ce30e461d995f4f72ebe585254..d81f0ac63fdd56bdea967a9b4f4655a342f40253 100644 (file)
@@ -16,9 +16,8 @@
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 USA
 
  */
-
-#include <expat.h>
 #include "defs.h"
+#include <expat.h>
 
 static int in_wpt;
 static int in_name;
index 6ee4e2a36b5cd5e6bd63cc3eae01721fa7c75b1e..ff31881ffed11e876a80d122e3e7366e3ecf1cf3 100644 (file)
@@ -19,8 +19,8 @@
 
  */
 
-#include <expat.h>
 #include "defs.h"
+#include <expat.h>
 
 static int in_wpt;
 static int in_rte;